home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / plsql.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  169 lines

  1. object TPersHolder
  2.   P.Name = 'PL/SQL'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 5
  9.       FIFloatNum = 6
  10.       FIHexNum = 7
  11.       FISymbol = 9
  12.       UseSymbols = True
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseMultiLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedIdentifiers = True
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 1
  25.           LeftDelimiter = '--'
  26.         end>
  27.       MultiLineCommentDelimiters = <
  28.         item
  29.           FontID = 2
  30.           LeftDelimiter = '/*'
  31.           RightDelimiter = '*/'
  32.         end>
  33.       SingleLineStringDelimiters = <
  34.         item
  35.           FontID = 3
  36.           LeftDelimiter = #39
  37.           RightDelimiter = #39
  38.         end
  39.         item
  40.           FontID = 4
  41.           LeftDelimiter = '"'
  42.           RightDelimiter = '"'
  43.         end>
  44.       IdentPrefixes = <
  45.         item
  46.           LeftDelimiter = '%'
  47.         end>
  48.       KeywordSets = <
  49.         item
  50.           FontID = 8
  51.           Name = 'reserved'
  52.           Keywords = 
  53.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,ARRAYLEN,AS,ASC,' +
  54.             'ASSERT,ASSIGN,AT,AUTHORIZATION,AVG,BASE_TABLE,BEGIN,BETWEEN,BINA' +
  55.             'RY_INTEGER,BODY,BOOLEAN,BY,CASE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUST' +
  56.             'ER,CLUSTERS,COLAUTH,COLUMNS,COMMIT,COMPRESS,CONNECT,CONSTANT,COU' +
  57.             'NT,CRASH,CREATE,CURRENT,CURRVAL,CURSOR,DATA_BASE,DATABASE,DATE,D' +
  58.             'BA,DEBUGOFF,DEBUGON,DECIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DEL' +
  59.             'ETE,DELTA,DESC,DIGITS,DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,EN' +
  60.             'TRY,EXCEPTION,EXCEPTION_INIT,EXISTS,EXIT,FALSE,FETCH,FLOAT,FOR,F' +
  61.             'ORM,FROM,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTIFIED,IF,' +
  62.             'IN,INDEX,INDEXES,INDICATOR,INSERT,INTEGER,INTERSECT,INTO,IS,LEVE' +
  63.             'L,LIKE,LIMITED,LOOP,MAX,MIN,MINUS,MLSLABEL,MOD,NATURAL,NEW,NEXTV' +
  64.             'AL,NOCOMPRESS,NOT,NULL,NUMBER,NUMBER_BASE,OF,ON,OPEN,OPTION,OR,O' +
  65.             'RDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,POSITIVE,PRAGMA,PRIOR,' +
  66.             'PRIVATE,PROCEDURE,PUBLIC,RAISE,RANGE,REAL,RECORD,RELEASE,REM,REN' +
  67.             'AME,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROWID,ROWLABEL,ROWNU' +
  68.             'M,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEPARATE,SET,SIZE,SMALLINT' +
  69.             ',SPACE,SQL,SQLCODE,SQLERRM,START,STATEMENT,STDDEV,SUBTYPE,SUM,TA' +
  70.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRUE,TYPE,UNION,UNIQUE' +
  71.             ',UPDATE,USE,VALUES,VARCHAR,VARCHAR2,VARIANCE,VIEW,VIEWS,WHEN,WHE' +
  72.             'RE,WHILE,WITH,WORK,XOR'
  73.         end>
  74.       OtherIdentChars = '%0-9A-Z_a-z'
  75.     end>
  76.   P.FontTable = <
  77.     item
  78.       FontID = 0
  79.       GlobalAttrID = 'Whitespace'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlack
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = []
  85.     end
  86.     item
  87.       FontID = 1
  88.       GlobalAttrID = 'Comment'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clGray
  91.       Font.Height = -13
  92.       Font.Name = 'Courier New'
  93.       Font.Style = [fsItalic]
  94.     end
  95.     item
  96.       FontID = 2
  97.       GlobalAttrID = 'Comment'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clGray
  100.       Font.Height = -13
  101.       Font.Name = 'Courier New'
  102.       Font.Style = [fsItalic]
  103.     end
  104.     item
  105.       FontID = 3
  106.       GlobalAttrID = 'String'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clMaroon
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 4
  115.       GlobalAttrID = 'String'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clMaroon
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 5
  124.       GlobalAttrID = 'Integer'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGreen
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = []
  130.     end
  131.     item
  132.       FontID = 6
  133.       GlobalAttrID = 'Float'
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clGreen
  136.       Font.Height = -13
  137.       Font.Name = 'Courier New'
  138.       Font.Style = []
  139.     end
  140.     item
  141.       FontID = 7
  142.       GlobalAttrID = 'Integer'
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clGreen
  145.       Font.Height = -13
  146.       Font.Name = 'Courier New'
  147.       Font.Style = []
  148.     end
  149.     item
  150.       FontID = 8
  151.       GlobalAttrID = 'Reserved words'
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clBlue
  154.       Font.Height = -13
  155.       Font.Name = 'Courier New'
  156.       Font.Style = [fsBold]
  157.     end
  158.     item
  159.       FontID = 9
  160.       GlobalAttrID = 'Delimiters'
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clBlack
  163.       Font.Height = -13
  164.       Font.Name = 'Courier New'
  165.       Font.Style = []
  166.     end>
  167.   P.SyntaxVersion = 3
  168. end
  169.